runtime.Frames.callers (field)

8 uses

	runtime (current package)
		symtab.go#L19: 	callers []uintptr
		symtab.go#L80: 	f := &Frames{callers: callers}
		symtab.go#L99: 		if len(ci.callers) == 0 {
		symtab.go#L106: 			pc, ci.callers = ci.callers[0], ci.callers[1:]
		symtab.go#L149: 			for unext := u.next(uf); unext.valid() && len(ci.callers) > 0 && ci.callers[0] != unext.pc+1; unext = u.next(unext) {